mime/multipart.Writer.lastpart (field)
9 uses
mime/multipart (current package)
writer.go#L23: lastpart *part
writer.go#L47: if w.lastpart != nil {
writer.go#L99: if w.lastpart != nil {
writer.go#L100: if err := w.lastpart.close(); err != nil {
writer.go#L105: if w.lastpart != nil {
writer.go#L124: w.lastpart = p
writer.go#L184: if w.lastpart != nil {
writer.go#L185: if err := w.lastpart.close(); err != nil {
writer.go#L188: w.lastpart = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |